Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require building with GHC 8.10 #431

Merged
merged 1 commit into from
Jan 26, 2020
Merged

Require building with GHC 8.10 #431

merged 1 commit into from
Jan 26, 2020

Conversation

RyanGlScott
Copy link
Collaborator

@RyanGlScott RyanGlScott commented Jan 25, 2020

This is in preparation for some changes that require 8.10 as the
minimum GHC version. See #385.

Some knock-on changes include:

  • Unsurprisingly, GHC 8.10 slightly changes the way -ddump-splices output is pretty-printed, so some test cases' expected output have been updated accordingly.

  • Now that we only build against GHC 8.10, we can get rid of some CPP only needed for older GHCs.

  • -Wcompat now warns about unqualified Data.List imports, so some minor tweaks are needed to avoid these warnings.

This is in preparation for some changes that require 8.10 as the
minimum GHC version. See #385.

Some knock-on changes include:

* Unsurprisingly, GHC 8.10 slightly changes the way `-ddump-splices`
  output is pretty-printed, so some test cases' expected output have
  been updated accordingly.

* Now that we only build against GHC 8.10, we can get rid of some CPP
  only needed for older GHCs.

* GHC 8.10 now warns about unqualified `Data.List` imports, so some
  minor tweaks are needed to avoid these warnings.
@RyanGlScott RyanGlScott merged commit 94a1054 into master Jan 26, 2020
@RyanGlScott RyanGlScott deleted the ghc-8.10 branch January 26, 2020 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant